home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-10-26 | 484 b | 11 lines | [TEXT/$Tcl] |
-
-
- intersect3 lista listb
- This procedure intersects two lists, returning a list
- containing three lists: The first list returned is
- everything in lista that wasn't in listb. The second
- list contains the intersection of the two lists, and
- the third list contains all the elements that were in
- listb but weren't in lista. The returned lists will be
- sorted.
-